Autogenerated HTML docs for v2.10.1-613-g2cc2e 
diff --git a/git-ls-files.txt b/git-ls-files.txt index 0d933ac..446209e 100644 --- a/git-ls-files.txt +++ b/git-ls-files.txt 
@@ -18,7 +18,8 @@ 	[--exclude-per-directory=<file>] 	[--exclude-standard] 	[--error-unmatch] [--with-tree=<tree-ish>] -	[--full-name] [--abbrev] [--] [<file>...] +	[--full-name] [--recurse-submodules] +	[--abbrev] [--] [<file>...]    DESCRIPTION  ----------- @@ -137,6 +138,10 @@ 	option forces paths to be output relative to the project 	top directory.   +--recurse-submodules:: +	Recursively calls ls-files on each submodule in the repository. +	Currently there is only support for the --cached mode. +  --abbrev[=<n>]:: 	Instead of showing the full 40-byte hexadecimal object 	lines, show only a partial prefix.